home *** CD-ROM | disk | FTP | other *** search
/ Serving Financial Service…olutions Suite 1994 Fall / Serving Financial Services Solutions Suite 1994 Fall.iso / Apps / Pages / Pages.app / English.lproj / FindPanel.nib / data.classes next >
Text File  |  1994-12-14  |  680b  |  50 lines

  1. Finder = {
  2.     ACTIONS = {
  3.     replaceThenFind:;
  4.     replace:;
  5.     enterSelection:;
  6.     findNext:;
  7.     showFindPanel:;
  8.     replaceAll:;
  9.     findPrevious:;
  10.     };
  11.     OUTLETS = {
  12.     matchStory;
  13.     findPanel;
  14.     };
  15.     SUPERCLASS = Object;
  16. };
  17. FirstResponder = {
  18.     ACTIONS = {
  19.     enterSelection:;
  20.     findPrevious:;
  21.     findNext:;
  22.     replaceAll:;
  23.     replaceThenFind:;
  24.     replace:;
  25.     };
  26.     SUPERCLASS = Object;
  27. };
  28. FindPanel = {
  29.     ACTIONS = {
  30.     replaceThenFind:;
  31.     setFinder:;
  32.     replace:;
  33.     enterSelection:;
  34.     findNext:;
  35.     showFindPanel:;
  36.     replaceAll:;
  37.     findPrevious:;
  38.     };
  39.     OUTLETS = {
  40.     findField;
  41.     wholeWordButton;
  42.     replaceField;
  43.     panel;
  44.     searchScope;
  45.     ignoreCaseButton;
  46.     finder;
  47.     };
  48.     SUPERCLASS = Object;
  49. };
  50.